home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
the_fighter_training.swf
/
scripts
/
DefineSprite_477
/
frame_17
/
DoAction.as
Wrap
Text File
|
2008-03-13
|
135b
|
12 lines
if(char_mode == "down")
{
trace("HHH");
gotoAndStop("down");
play();
}
else
{
gotoAndStop("base");
play();
}